home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / lynx-2.4 / VMSPrint.com < prev    next >
Encoding:
Text File  |  1995-06-28  |  616 b   |  16 lines

  1. $!
  2. $! Lynx_Dir:VMSPrint.com  -  Alan J. Hirsh (hirsh@atuk.aspentec.com)
  3. $! ---------------------
  4. $!    Lynx deletes temporary files on exit.  If your printer queue
  5. $!    is very busy such that Lynx is deleting the files before they
  6. $!    have been queued for printing, use PRINTER commands in lynx.cfg
  7. $!    which invoke this script.
  8. $!
  9. $! PRINTER:description for menu:@Lynx_Dir\:VMSPrint queue_name %s:FALSE:58
  10. #!
  11. $! P1 = queue_name (e.g., sys$print)  P2 = temporary Lynx file (%s)
  12. $! ---------------------------------  -----------------------------
  13. $ copy 'P2' 'P2'_temp_print
  14. $ print/queue='P1'/delete 'P2'_temp_print
  15. $ exit
  16.